home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Source / Libraries / tcl7.4b3 / doc / cd.n < prev    next >
Encoding:
Text File  |  1994-12-17  |  820 b   |  31 lines

  1. '\"
  2. '\" Copyright (c) 1993 The Regents of the University of California.
  3. '\" Copyright (c) 1994 Sun Microsystems, Inc.
  4. '\"
  5. '\" See the file "license.terms" for information on usage and redistribution
  6. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  7. '\" 
  8. '\" @(#) cd.n 1.2 94/12/17 16:17:42
  9. '\" 
  10. .so man.macros
  11. .HS cd tcl
  12. .BS
  13. '\" Note:  do not modify the .SH NAME line immediately below!
  14. .SH NAME
  15. cd \- Change working directory
  16. .SH SYNOPSIS
  17. \fBcd \fR?\fIdirName\fR?
  18. .BE
  19.  
  20. .SH DESCRIPTION
  21. .PP
  22. Change the current working directory to \fIdirName\fR, or to the
  23. home directory (as specified in the HOME environment variable) if
  24. \fIdirName\fR is not given.
  25. If \fIdirName\fR starts with a tilde, then tilde-expansion is
  26. done as described for \fBTcl_TildeSubst\fR.
  27. Returns an empty string.
  28.  
  29. .SH KEYWORDS
  30. working directory
  31.